3.2160 \(\int \frac {(a+b \sqrt {x})^{10}}{x^3} \, dx\)

Optimal. Leaf size=127 \[ -\frac {a^{10}}{2 x^2}-\frac {20 a^9 b}{3 x^{3/2}}-\frac {45 a^8 b^2}{x}-\frac {240 a^7 b^3}{\sqrt {x}}+210 a^6 b^4 \log (x)+504 a^5 b^5 \sqrt {x}+210 a^4 b^6 x+80 a^3 b^7 x^{3/2}+\frac {45}{2} a^2 b^8 x^2+4 a b^9 x^{5/2}+\frac {b^{10} x^3}{3} \]

[Out]

-1/2*a^10/x^2-20/3*a^9*b/x^(3/2)-45*a^8*b^2/x+210*a^4*b^6*x+80*a^3*b^7*x^(3/2)+45/2*a^2*b^8*x^2+4*a*b^9*x^(5/2
)+1/3*b^10*x^3+210*a^6*b^4*ln(x)-240*a^7*b^3/x^(1/2)+504*a^5*b^5*x^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 127, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {266, 43} \[ 80 a^3 b^7 x^{3/2}+\frac {45}{2} a^2 b^8 x^2-\frac {45 a^8 b^2}{x}-\frac {240 a^7 b^3}{\sqrt {x}}+504 a^5 b^5 \sqrt {x}+210 a^4 b^6 x+210 a^6 b^4 \log (x)-\frac {20 a^9 b}{3 x^{3/2}}-\frac {a^{10}}{2 x^2}+4 a b^9 x^{5/2}+\frac {b^{10} x^3}{3} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Sqrt[x])^10/x^3,x]

[Out]

-a^10/(2*x^2) - (20*a^9*b)/(3*x^(3/2)) - (45*a^8*b^2)/x - (240*a^7*b^3)/Sqrt[x] + 504*a^5*b^5*Sqrt[x] + 210*a^
4*b^6*x + 80*a^3*b^7*x^(3/2) + (45*a^2*b^8*x^2)/2 + 4*a*b^9*x^(5/2) + (b^10*x^3)/3 + 210*a^6*b^4*Log[x]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (a+b \sqrt {x}\right )^{10}}{x^3} \, dx &=2 \operatorname {Subst}\left (\int \frac {(a+b x)^{10}}{x^5} \, dx,x,\sqrt {x}\right )\\ &=2 \operatorname {Subst}\left (\int \left (252 a^5 b^5+\frac {a^{10}}{x^5}+\frac {10 a^9 b}{x^4}+\frac {45 a^8 b^2}{x^3}+\frac {120 a^7 b^3}{x^2}+\frac {210 a^6 b^4}{x}+210 a^4 b^6 x+120 a^3 b^7 x^2+45 a^2 b^8 x^3+10 a b^9 x^4+b^{10} x^5\right ) \, dx,x,\sqrt {x}\right )\\ &=-\frac {a^{10}}{2 x^2}-\frac {20 a^9 b}{3 x^{3/2}}-\frac {45 a^8 b^2}{x}-\frac {240 a^7 b^3}{\sqrt {x}}+504 a^5 b^5 \sqrt {x}+210 a^4 b^6 x+80 a^3 b^7 x^{3/2}+\frac {45}{2} a^2 b^8 x^2+4 a b^9 x^{5/2}+\frac {b^{10} x^3}{3}+210 a^6 b^4 \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 127, normalized size = 1.00 \[ -\frac {a^{10}}{2 x^2}-\frac {20 a^9 b}{3 x^{3/2}}-\frac {45 a^8 b^2}{x}-\frac {240 a^7 b^3}{\sqrt {x}}+210 a^6 b^4 \log (x)+504 a^5 b^5 \sqrt {x}+210 a^4 b^6 x+80 a^3 b^7 x^{3/2}+\frac {45}{2} a^2 b^8 x^2+4 a b^9 x^{5/2}+\frac {b^{10} x^3}{3} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sqrt[x])^10/x^3,x]

[Out]

-1/2*a^10/x^2 - (20*a^9*b)/(3*x^(3/2)) - (45*a^8*b^2)/x - (240*a^7*b^3)/Sqrt[x] + 504*a^5*b^5*Sqrt[x] + 210*a^
4*b^6*x + 80*a^3*b^7*x^(3/2) + (45*a^2*b^8*x^2)/2 + 4*a*b^9*x^(5/2) + (b^10*x^3)/3 + 210*a^6*b^4*Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.96, size = 117, normalized size = 0.92 \[ \frac {2 \, b^{10} x^{5} + 135 \, a^{2} b^{8} x^{4} + 1260 \, a^{4} b^{6} x^{3} + 2520 \, a^{6} b^{4} x^{2} \log \left (\sqrt {x}\right ) - 270 \, a^{8} b^{2} x - 3 \, a^{10} + 8 \, {\left (3 \, a b^{9} x^{4} + 60 \, a^{3} b^{7} x^{3} + 378 \, a^{5} b^{5} x^{2} - 180 \, a^{7} b^{3} x - 5 \, a^{9} b\right )} \sqrt {x}}{6 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^(1/2))^10/x^3,x, algorithm="fricas")

[Out]

1/6*(2*b^10*x^5 + 135*a^2*b^8*x^4 + 1260*a^4*b^6*x^3 + 2520*a^6*b^4*x^2*log(sqrt(x)) - 270*a^8*b^2*x - 3*a^10
+ 8*(3*a*b^9*x^4 + 60*a^3*b^7*x^3 + 378*a^5*b^5*x^2 - 180*a^7*b^3*x - 5*a^9*b)*sqrt(x))/x^2

________________________________________________________________________________________

giac [A]  time = 0.17, size = 111, normalized size = 0.87 \[ \frac {1}{3} \, b^{10} x^{3} + 4 \, a b^{9} x^{\frac {5}{2}} + \frac {45}{2} \, a^{2} b^{8} x^{2} + 80 \, a^{3} b^{7} x^{\frac {3}{2}} + 210 \, a^{4} b^{6} x + 210 \, a^{6} b^{4} \log \left ({\left | x \right |}\right ) + 504 \, a^{5} b^{5} \sqrt {x} - \frac {1440 \, a^{7} b^{3} x^{\frac {3}{2}} + 270 \, a^{8} b^{2} x + 40 \, a^{9} b \sqrt {x} + 3 \, a^{10}}{6 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^(1/2))^10/x^3,x, algorithm="giac")

[Out]

1/3*b^10*x^3 + 4*a*b^9*x^(5/2) + 45/2*a^2*b^8*x^2 + 80*a^3*b^7*x^(3/2) + 210*a^4*b^6*x + 210*a^6*b^4*log(abs(x
)) + 504*a^5*b^5*sqrt(x) - 1/6*(1440*a^7*b^3*x^(3/2) + 270*a^8*b^2*x + 40*a^9*b*sqrt(x) + 3*a^10)/x^2

________________________________________________________________________________________

maple [A]  time = 0.00, size = 110, normalized size = 0.87 \[ \frac {b^{10} x^{3}}{3}+4 a \,b^{9} x^{\frac {5}{2}}+\frac {45 a^{2} b^{8} x^{2}}{2}+80 a^{3} b^{7} x^{\frac {3}{2}}+210 a^{6} b^{4} \ln \relax (x )+210 a^{4} b^{6} x +504 a^{5} b^{5} \sqrt {x}-\frac {240 a^{7} b^{3}}{\sqrt {x}}-\frac {45 a^{8} b^{2}}{x}-\frac {20 a^{9} b}{3 x^{\frac {3}{2}}}-\frac {a^{10}}{2 x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*x^(1/2))^10/x^3,x)

[Out]

-1/2*a^10/x^2-20/3*a^9*b/x^(3/2)-45*a^8*b^2/x+210*a^4*b^6*x+80*a^3*b^7*x^(3/2)+45/2*a^2*b^8*x^2+4*a*b^9*x^(5/2
)+1/3*b^10*x^3+210*a^6*b^4*ln(x)-240*a^7*b^3/x^(1/2)+504*a^5*b^5*x^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.88, size = 110, normalized size = 0.87 \[ \frac {1}{3} \, b^{10} x^{3} + 4 \, a b^{9} x^{\frac {5}{2}} + \frac {45}{2} \, a^{2} b^{8} x^{2} + 80 \, a^{3} b^{7} x^{\frac {3}{2}} + 210 \, a^{4} b^{6} x + 210 \, a^{6} b^{4} \log \relax (x) + 504 \, a^{5} b^{5} \sqrt {x} - \frac {1440 \, a^{7} b^{3} x^{\frac {3}{2}} + 270 \, a^{8} b^{2} x + 40 \, a^{9} b \sqrt {x} + 3 \, a^{10}}{6 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x^(1/2))^10/x^3,x, algorithm="maxima")

[Out]

1/3*b^10*x^3 + 4*a*b^9*x^(5/2) + 45/2*a^2*b^8*x^2 + 80*a^3*b^7*x^(3/2) + 210*a^4*b^6*x + 210*a^6*b^4*log(x) +
504*a^5*b^5*sqrt(x) - 1/6*(1440*a^7*b^3*x^(3/2) + 270*a^8*b^2*x + 40*a^9*b*sqrt(x) + 3*a^10)/x^2

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 112, normalized size = 0.88 \[ \frac {b^{10}\,x^3}{3}-\frac {\frac {a^{10}}{2}+45\,a^8\,b^2\,x+\frac {20\,a^9\,b\,\sqrt {x}}{3}+240\,a^7\,b^3\,x^{3/2}}{x^2}+420\,a^6\,b^4\,\ln \left (\sqrt {x}\right )+210\,a^4\,b^6\,x+4\,a\,b^9\,x^{5/2}+\frac {45\,a^2\,b^8\,x^2}{2}+504\,a^5\,b^5\,\sqrt {x}+80\,a^3\,b^7\,x^{3/2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^(1/2))^10/x^3,x)

[Out]

(b^10*x^3)/3 - (a^10/2 + 45*a^8*b^2*x + (20*a^9*b*x^(1/2))/3 + 240*a^7*b^3*x^(3/2))/x^2 + 420*a^6*b^4*log(x^(1
/2)) + 210*a^4*b^6*x + 4*a*b^9*x^(5/2) + (45*a^2*b^8*x^2)/2 + 504*a^5*b^5*x^(1/2) + 80*a^3*b^7*x^(3/2)

________________________________________________________________________________________

sympy [A]  time = 1.95, size = 128, normalized size = 1.01 \[ - \frac {a^{10}}{2 x^{2}} - \frac {20 a^{9} b}{3 x^{\frac {3}{2}}} - \frac {45 a^{8} b^{2}}{x} - \frac {240 a^{7} b^{3}}{\sqrt {x}} + 210 a^{6} b^{4} \log {\relax (x )} + 504 a^{5} b^{5} \sqrt {x} + 210 a^{4} b^{6} x + 80 a^{3} b^{7} x^{\frac {3}{2}} + \frac {45 a^{2} b^{8} x^{2}}{2} + 4 a b^{9} x^{\frac {5}{2}} + \frac {b^{10} x^{3}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*x**(1/2))**10/x**3,x)

[Out]

-a**10/(2*x**2) - 20*a**9*b/(3*x**(3/2)) - 45*a**8*b**2/x - 240*a**7*b**3/sqrt(x) + 210*a**6*b**4*log(x) + 504
*a**5*b**5*sqrt(x) + 210*a**4*b**6*x + 80*a**3*b**7*x**(3/2) + 45*a**2*b**8*x**2/2 + 4*a*b**9*x**(5/2) + b**10
*x**3/3

________________________________________________________________________________________